vendor/golang.org/x/crypto/cryptobyte.Builder.pendingLenLen (field)

9 uses

	vendor/golang.org/x/crypto/cryptobyte (current package)
		builder.go#L29: 	pendingLenLen  int
		builder.go#L199: 		pendingLenLen:  lenLen,
		builder.go#L224: 	length := len(child.result) - child.pendingLenLen - child.offset
		builder.go#L234: 		if child.pendingLenLen != 1 {
		builder.go#L265: 			childStart := child.offset + child.pendingLenLen
		builder.go#L269: 		child.pendingLenLen = extraBytes
		builder.go#L273: 	for i := child.pendingLenLen - 1; i >= 0; i-- {
		builder.go#L278: 		b.err = fmt.Errorf("cryptobyte: pending child length %d exceeds %d-byte length prefix", length, child.pendingLenLen)
		builder.go#L316: 	length := len(b.result) - b.pendingLenLen - b.offset